home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / Gooey 1.2 / Gooey PPC ƒ / GooeyHelpFile / GooeyHelpFile.rsrc / STR#_200.txt < prev    next >
Encoding:
Text File  |  1991-06-02  |  1.1 KB  |  67 lines

  1. Alerts
  2.  
  3. Alerts are used to warn the user that an unusual situation has occurred 
  4.  
  5. and that data may or may not be lost if they continue.  There are two 
  6.  
  7. kinds of alerts: beeps and alert boxes. Beeps are used for errors that 
  8.  
  9. are minor and immediately obvious. Alert boxes resemble a modal dialog 
  10.  
  11. box.  
  12.  
  13. .
  14.  
  15. Alert boxes usually contain static text explaining why the alert appeared 
  16.  
  17. and two buttons:  OK and Cancel.  The user must select one or the other 
  18.  
  19. to continue. Alerts may contain buttons, icons, pictures and static text.   
  20.  
  21. An example of a note alert would be a warning that there is insufficient 
  22.  
  23. memory.
  24.  
  25. .
  26.  
  27. .
  28.  
  29. !Caution Alert 
  30.  
  31. .
  32.  
  33.    This alert tells the user that data may or may not be lost if the 
  34.  
  35.    present path is not changed.  The user is given a choice to continue 
  36.  
  37.    on the current path or not.
  38.  
  39. .
  40.  
  41. .
  42.  
  43. !Note Alert 
  44.  
  45. .
  46.  
  47.    This alert tells the user about a minor mistake.  No data loss will 
  48.  
  49.    happen. The user usually responds by pressing an OK button.
  50.  
  51. .
  52.  
  53. .
  54.  
  55. !Stop Alert
  56.  
  57. .
  58.  
  59.    This alert is used for notations of serious problems that may cause 
  60.  
  61.    the user to lose data.  Immediate action is required by the user.   
  62.  
  63. .
  64.  
  65. .
  66.  
  67.